@charset "utf-8";
/* =====================产品中心样式======================== */
.product_bg{
	background-color: #fafafa;
	/* background: #f6f6f6; */
}
/* 产品分类导航 s */
.n_product_nav{
	padding: 0.6rem 0 0;
}
.n_product_nav .pro_list ul li a .info h4{
	margin-bottom: 0;
}
.n_product_nav .pro_list ul li a .info h4{
}

.app_nav{
	padding: 0.4rem 0;
}
.app_nav  .swiper{
	padding-bottom: 0.3rem;
}
.app_nav .swiper{
	padding-bottom: 0.4rem;
}
.app_nav .swiper-pagination{
	bottom: 0 !important;
}
.app_nav ul{}
.app_nav ul li{
	/* margin-bottom: 0.3rem; */
}
.app_nav ul li a{
	display: block;
}
.app_nav ul li .rect-5843{
	padding-bottom: 58.43%;
}
.app_nav ul li img{
	width: 100%;
}
.app_nav ul li p{
	width: 100%;
	padding: 0.15rem 0.2rem;
	line-height: 1.5;
	font-size: 18px;
	color: white;
	background: #0043ac;
	text-transform: capitalize;
}

/* 产品分类导航 e */

/* 产品列表 s */


.n_productlist{
}

.pro_nav_view{
	width: 22%;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.pro_nav_view .tit{
	position: relative;
	padding: 20px 0 20px 20px;
	/* text-shadow: 0px 3px 9px rgb(0 0 0 / 32%); */
	background: #0043ac url(../images/pro_tit_bg.png) no-repeat center;
	background-position: center 10%;
}
.pro_nav_view .tit h3{
	width: calc(100% - 55px);
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}
.pro_nav_view .tit p{
	display: block;
	font-size: 16px;
	color: white;
	margin-top: 0.1rem;
}

.pro_nav_view .tit span{
	height: 38px;
	/* border-left: 1px solid #fff; */
	width: 50px;
	text-align: center;
	z-index: 1;
	line-height: 38px;
}

/* .pro_nav_view .tit span:after {
    content: "\e905";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}
.pro_nav_view .tit.acive span:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 */
.pro_nav_view ul{
	/* display: none; */
	padding: 0.2rem 0.2rem 0.4rem;
}
/* .pro_nav_view ul.active,.pro_nav_view ul li.active ul{
	display: block;
} */
.pro_nav_view ul li{
	margin-bottom: 8px;
}
.pro_nav_view ul li:last-child{
	margin-bottom: 0;
}
.pro_nav_view ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #242424;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid rgba(36,36,36,0.3);
	padding: 10px 35px 12px 0;
	text-transform: capitalize;
	z-index: 1;
}
.pro_nav_view ul li:hover>a,.pro_nav_view ul li.active>a{
	color: #0043ac;
}

.pro_nav_view ul li a i{
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_nav_view ul li a i::before{
	content: "\f067";
}
.pro_nav_view ul li.active a i::before{
	content: "\f068";
}

.pro_nav_view ul>li>ul{
	display: none;
	padding-right: 0;
}


.pro_list{
	width: 76%;
}
.pro_list ul{}
.pro_list ul li{
	float: left;
	width: 18.8%;
	margin-right: 0.6%;
	margin-bottom: 0.25rem;
	/* border: 1px solid #9ba3ab; */
}
.pro_list ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list ul li a{
	display: block;
}
.pro_list ul li a .com-img{}
.pro_list ul li a .com-img img{}
.pro_list ul li a .info{
	padding: 0.2rem 0.15rem;
	color: #242424;
	background: #eceef0;
}
.pro_list ul li a .info h4{
	font-size: 18px;
	line-height: 24px;
	/* height: 48px; */
	text-transform: uppercase;
	margin-bottom: 0.12rem;
}
.pro_list ul li:hover a .info h4,.pro_list ul li:hover{
	color: #0043ac;
	border-color: #0043ac;
}
.pro_list ul li a .info p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
/* 产品列表 e */


/* 产品详情 s */
.n_product{
	/* width: 72%; */
}
.n_product .n_product_l{
}
.n_product .n_product_r{
	width: 75%;
}
.product_det_top{
	/* padding: 0.3rem 0; */
	
}
.product_det_top .product_det_img{
	width: 45%;
	margin-right: 3%;
}
.product_det_top .product_det_pic{
	overflow: hidden;
	/* border: 1px solid #a6adb4; */

}
.product_det_top .product_det_pic ul{}
.product_det_top .product_det_pic ul li{
	position: relative;
}
.product_det_top .product_det_pic ul li .image-caption{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #cfd3d6;
	padding: 15px;
	color: #242424;
	font-size: 14px;
	line-height: 1.3;
}
.product_det_top .product_det_pic ul li img{
	width: 50%;
}

.product_det_pic .swiper-button-next:after, .product_det_pic .swiper-button-prev:after{
	color: #0043ac;
}
	
.product_det_top .product_det_ico{
	width: 110%;
	margin-left: -5%;
	padding: 0.25rem 0.35rem 0;
	margin-bottom: -0.1rem;
}

.product_det_top .product_det_ico .swiper{
	padding: 0.1rem;
	margin: -0.1rem 0;
}

.product_det_top .product_det_ico ul{}
.product_det_top .product_det_ico ul li{
	/* border: 1px solid transparent; */
	/* padding: 2px; */
	overflow: hidden;
}
.product_det_top .product_det_ico ul li{}
.product_det_top .product_det_ico ul li.swiper-slide-thumb-active{
	/* border-color: #0043ac; */
	    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
}
.product_det_top .product_det_ico ul li .pic{}
.product_det_top .product_det_ico ul li img{}

.product_det_top .product_det_ico .swiper-button-next, .product_det_top .product_det_ico .swiper-button-prev{
	height: 30px;
	border-radius: 50%;
	width: 30px;
	line-height: 30px;
	margin-top: -15px;
	background-color: #0043ac;
	background-size: auto 15px;
	text-align: center;
}
.product_det_top .product_det_ico .swiper-button-prev{
	left: 0;
}
.product_det_top .product_det_ico .swiper-button-next{
	right: 0;
}
.product_det_top .product_det_ico  .swiper-button-next:after, .product_det_top .product_det_ico  .swiper-button-prev:after{
	width: 50%;
	height: 50%;
	color: white;
	text-align: center;
	font-size: 15px;
}
.product_det_top .product_det_ico .swiper-button-next.swiper-button-disabled, .product_det_top .product_det_ico .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
}
.product_det_top .product_det_ico .swiper-button-lock {
    display: block;
}

.product_det_ico .swiper-pagination{
	bottom: 0 !important;
}
.product_det_ico .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #707070;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	opacity: 1;
}
.product_det_ico .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #0043ac;
	/* background-color: #0043ac; */
}

.product_det_top .product_det_info{
	width: 52%;
	color: #242424;
	padding-top: 0.1rem;
}
.product_det_top .product_det_info h3{
	width: 100%;
	font-size: 28px;
	line-height: 1.5;
	padding: 0 0 0.2rem;
	border-bottom: 1px #ddd solid;
}
.product_det_top .product_det_info .des{
	font-size: 14px;
	line-height: 20px;
	margin: 0.2rem 0 0.2rem;
	text-align: justify;
	color: #787878;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.product_det_top .product_det_info .xiaotu{
	width: 100%;
	border-top: 1px #ddd solid;
}

.product_det_top .product_det_info .foot_link{
	margin-top: 0;
}

.product_det_top .product_det_info .foot_link ul li i{
	border-color: #0043ac;
	background-color: transparent;
	color: #0043ac;
}
.product_det_top .product_det_info .foot_link ul li:hover i{
	background-color: #0043ac;
	color: #fff;
}
/* .product_det_top .product_det_info .foot_link ul li i{
	border-color: #0043ac;
	background-color: #0043ac;
	color: white;
}
.product_det_top .product_det_info .foot_link ul li:hover i{
	background-color: white;
	color: #0043ac;
} */
/* .product_det_top .product_det_info .foot_link ul li:nth-child(1) i{
	color: #1278F3;
	border-color: #1278F3;
}
.product_det_top .product_det_info .foot_link ul li:nth-child(2) i{
	color: #0B66C1;
	border-color: #0B66C1;
}
.product_det_top .product_det_info .foot_link ul li:nth-child(3) i{
	color: #FF001D;
	border-color: #FF001D;
}
.product_det_top .product_det_info .foot_link ul li:nth-child(4) i{
	color: #F29360;
	border-color: #F29360;
}
.product_det_top .product_det_info .foot_link ul li:nth-child(5) i{
	color: #CA2027;
	border-color: #CA2027;
}
.product_det_top .product_det_info .foot_link ul li:nth-child(6) i{
	color: #1DA1F3;
	border-color: #1DA1F3;
} */

.product_det_top .product_det_info .xiaotu small{
	display: block;
	padding: 0.25rem 0px;
	border-bottom: 1px #ddd solid;
	position: relative;
}
.product_det_top .product_det_info .btn{
}
.product_det_top .product_det_info .btn a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #0043ac;
	color: #0043ac;
	font-size: 14px;
/* 	
	font-weight: 700; */
	text-decoration: none;
	max-width: 1.6rem;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border-radius: 5px;
	text-align: center;
}
.product_det_top .product_det_info .btn a:last-child{
	margin-left: 0.1rem;
}
.product_det_top .product_det_info .btn a i{
	font-size: 16px;
	margin-left: 0.1rem;
}
.product_det_top .product_det_info .btn a:hover{
	background: #0043ac;
	border: 1px solid #0043ac;
	color: white;
}
/* .product_det_top .product_det_info .btn a:first-child{
	background-color: transparent;
	color: #242424;
	border-color: #242424;
	margin-left: 0;
}
.product_det_top .product_det_info .btn a:first-child:hover{
	background-color: #242424;
	color: white;
} */

.product_det_info .fanye{
	padding: 0.25rem 0px;
	border-bottom: 1px #ddd solid;
	position: relative;
}
.product_det_info .fanye a{
	display: block;
	width: 48%;
	font-size: 14px;
	color: #3e3a3a;
	line-height: 30px;
}
.product_det_info .fanye a:hover{
	color: #0043ac;
}
.product_det_info .fanye i{
	width: 4%;
	height: 30px;
}
.product_det_info .fanye i:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(0,0,0,.45);
    margin: 5px auto 0;
}


/* 详情底部 */
.product_det_bot{
	margin-top: 0.45rem;
	padding: 0.45rem 0.2rem;
	background-color: white;
}
.product_det_tab{
	/* border-bottom: #e8e8e8 1px solid; */
	margin-bottom: 0.4rem;
}
.product_det_tab ul{
	
}
.product_det_tab ul li{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 18px;
	color: #303030;
	/*  */
	text-transform: capitalize;
	/* font-weight: bold; */
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #f2f2f2;
	margin-right: 1%;
	max-width: 33.33%;
}
.product_det_tab ul li:last-child{
	margin-right: 0;
}

.product_det_tab ul li.active{
	color: white;
	background-color: #0043ac;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}
.product_det_tab ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: #c5c6c7;
	z-index: -1;
}
.product_det_tab ul li.active:after{
	background-color: #0043ac;
}
.product_det_tab ul li:last-child::after{
	display: none;
}

.product_det_tab ul li:before {
	content: "";
	position: absolute;
	bottom: -18px;
	border: transparent 8px solid;
	border-top: #0043ac 10px solid;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	transition: .6s;
}
.product_det_tab ul li.active:before {
    opacity: 1;
}
.product_det_bot .product_det_con{
	/* border: 1px solid #dddddd; */
}
.product_det_bot .product_det_con .product_det_box{
	display: none;
	padding-top: 0 !important;
}
.product_det_bot .product_det_con .product_det_box.show{
	display: block;
}

.product_det_bot .product_det_con .product_det_box.n_download ul li a{
	padding: 0.2rem;
}

.product_det_rel.pro_list{
	width: 100%;
	padding: 0.6rem 0 0.2rem;
}
.product_det_rel .swiper{
	padding: 0.2rem 0;
}
.product_det_rel .ind_tit{
}


/* 产品详情 e */
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.pro_list ul li a .info h4{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	.pro_nav_view{
		width: 24%;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	
	.pro_list ul li a .info h4{
		font-size: 14px;
	}
	.app_nav ul li p{
		font-size: 14px;
	}

	.pro_nav_view{
		display: none;
	}
	.pro_list{
		width: 100%;
	}
	
	.n_product .n_product_r{
		width: 100%;
	}
	.product_det_tab ul{
		-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;
	}
	.product_det_tab ul li{
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 14px;
		margin-bottom: 0.2rem;
	}
	.product_det_tab ul li:before{
		display: none;
	}
	.product_det_tab ul li{
		width: 49%;
	}
	.product_det_tab ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.product_det_top{
		-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	}
	.product_det_top .product_det_info .btn a{
		max-width: 50%;
	}
	.product_det_top .product_det_img,.product_det_top .product_det_info{
		width: 100%;
		margin: 0;
	}
	.product_det_top .product_det_pic{
		border: 1px solid #a6adb4;
		box-shadow: none;
	}
	.product_det_top .product_det_info{
		padding-top: 0.4rem;
	}
	.product_det_top .product_det_info h3{
		font-size: 0.32rem;
	}
	.product_det_top .product_det_info .foot_link{
		margin: 0.3rem 0;
	}
	.product_det_top .product_det_info .xiaotu small{
		padding: 0.3rem 0;
	}
	.product_det_top .product_det_info .btn a{
		height: 36px;
	}
	.product_det_info .fanye{
		-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	}
	.product_det_info .fanye a{
		width: 100%;
		font-size: 13px;
	}
	.product_det_info .fanye i{
		display: none;
	}
	.product_det_info .fanye a span{
		display: inline-block !important;
	}
	
	.product_det_top .product_det_ico{
		width: 100%;
		padding: 0 35px;
		margin: 0.3rem 0 0;
	}
	
	.product_det_rel.pro_list{
		padding: 0.6rem 0 0;
	}
	.product_det_rel.pro_list .swiper-pagination{
		bottom: 0 !important;
	}
	
	.pro_list ul li{
		margin-bottom: 0.4rem;
	}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.pro_list ul li,.pro_list ul li:nth-child(3n){
		width: 49%;
		margin-right: 2%;
	}
	.pro_list ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media all and (max-width:480px) {
	/* .pro_list ul li a .info h4{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	} */
	.n_title p,.app_nav ul li p{
		font-size: 13px;
	}
	.pro_list ul li,.pro_list ul li:nth-child(3n),.pro_list ul li:nth-child(2n){
		width: 100%;
		margin-right: 0;
	}
	
	.pro_list ul li a .info p{
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	
	.foot_link ul li i{
		font-size: 0.32rem;
		height: 0.64rem;
		width: 0.64rem;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
